arm: Move hyp-mode entry code out of line.
authorTim Deegan <tim@xen.org>
Fri, 1 Jun 2012 09:20:37 +0000 (10:20 +0100)
committerTim Deegan <tim@xen.org>
Fri, 1 Jun 2012 09:20:37 +0000 (10:20 +0100)
commit3d2acfa86e8bdc76fe852f918bbef16d08bc5fc3
tree643a7db5db0c29611d609af9fa19d63887f0423d
parent4376a85a62bda3f32d326b4ee69cb60f2c32464c
arm: Move hyp-mode entry code out of line.

This code is grottier than the rest of the start-of-day code and
very specific to the software model we're developing on.
Segregate it accordingly, by putting it in its own file.

Signed-off-by: Tim Deegan <tim@xen.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/Makefile
xen/arch/arm/head.S
xen/arch/arm/mode_switch.S [new file with mode: 0644]